home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 109
/
Vol 109.iso
/
games
/
javelin.swf
/
scripts
/
DefineButton2_325
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2008-11-12
|
750b
|
34 lines
on(release){
_root.o_menu._visible = false;
_root.c_menu.state = 0;
if(this._currentframe == 2)
{
_root.c_rat.rtype = 0;
}
else if(this._currentframe == 3)
{
_root.c_rat.rtype = 1;
}
else if(this._currentframe == 4)
{
_root.c_rat.rtype = 2;
}
_root.c_rat.SetDefParam();
_root.o_tbl[0].gotoAndStop(_root.c_rat.rtype + 1);
_root.o_tbl[1].imax = "0.0";
_root.c_jav.rat_src_now = 0;
_root.exitclick = 1;
if(this.inpname != "")
{
_root.o_tbl[0].plrname = this.inpname;
}
else
{
_root.o_tbl[0].plrname = "Rat";
}
_root.MouseClickP(-1,-1);
_root.c_rsr.Default();
_root.o_rsr._x = -70;
_root.o_rsr._visible = true;
}